home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / serien / purity / nr.42 / includes3v1 / includes3v1.lha / Resources / BattMemBitsShared.i < prev    next >
Text File  |  1994-12-04  |  1KB  |  49 lines

  1.  
  2. CONST
  3. {
  4.  * Shared bits in the battery-backedup ram.
  5.  *
  6.  *      Bits 64 and above
  7.  }
  8.  
  9. {
  10.  * SHARED_AMNESIA
  11.  *
  12.  *              The battery-backedup memory has had a memory loss.
  13.  *              This bit is used as a flag that the user should be
  14.  *              notified that all battery-backed bit have been
  15.  *              reset and that some attention is required. Zero
  16.  *              indicates that a memory loss has occured.
  17.  }
  18.  
  19.   BATTMEM_SHARED_AMNESIA_ADDR   =  64;
  20.   BATTMEM_SHARED_AMNESIA_LEN    =  1;
  21.  
  22.  
  23. {
  24.  * SCSI_HOST_ID
  25.  *
  26.  *              a 3 bit field (0-7) that is stored in complemented form
  27.  *              (this is so that default value of 0 really means 7)
  28.  *              It's used to set the A3000 controllers SCSI ID (on reset)
  29.  }
  30.  
  31.   BATTMEM_SCSI_HOST_ID_ADDR     =  65;
  32.   BATTMEM_SCSI_HOST_ID_LEN      =  3;
  33.  
  34.  
  35. {
  36.  * SCSI_SYNC_XFER
  37.  *
  38.  *              determines if the driver should initiate synchronous
  39.  *              transfer requests or leave it to the drive to send the
  40.  *              first request.  This supports drives that crash or
  41.  *              otherwise get confused when presented with a sync xfer
  42.  *              message.  Default=0=sync xfer not initiated.
  43.  }
  44.  
  45.   BATTMEM_SCSI_SYNC_XFER_ADDR   =  68;
  46.   BATTMEM_SCSI_SYNC_XFER_LEN    =  1;
  47.  
  48.  
  49.